home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 4
/
Apprentice-Release4.iso
/
Source Code
/
C
/
Games
/
Pentominoes 2.0
/
Shell ƒ
/
music layer.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-07-15
|
348 b
|
21 lines
|
[
TEXT/MMCC
]
#ifndef __MY_MUSIC_LAYER_H__
#define __MY_MUSIC_LAYER_H__
extern Boolean gMusicToggle;
extern Boolean gMusicAvailable;
#ifdef __cplusplus
extern "C" {
#endif
extern void InitTheMusic(void);
extern void StartTheMusic(void);
extern void CloseTheMusicChannel(void);
extern Boolean MusicIsPlayingQQ(void);
#ifdef __cplusplus
}
#endif
#endif